home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / ftn / round.z / round
Encoding:
Text File  |  2002-10-03  |  2.1 KB  |  57 lines

  1. 2ROUND(3F)                                             Last changed: 3-12-99
  2.  
  3.  
  4. NNAAMMEE
  5.      IINNIINNTT, JJNNIINNTT, IIIIDDNNNNTT, JJIIDDNNNNTT, IIIIQQNNNNTT, JJIIQQNNNNTT, KKIIQQNNNNTT - Fortran nearest
  6.      integer functions
  7.  
  8. SSYYNNOOPPSSIISS
  9.      IINNTTEEGGEERR**22 _i_i
  10.      IINNTTEEGGEERR**44 _j_i
  11.      IINNTTEEGGEERR**88 _k_i
  12.      RREEAALL**44 _r_3
  13.      RREEAALL**88 _d_p_3
  14.      RREEAALL**1166 _q_p_3
  15.  
  16.      _i_i == IINNIINNTT((_r_3))
  17.      _j_i == JJNNIINNTT((_r_3))
  18.      _i_i == IIIIDDNNNNTT((_d_p_3))
  19.      _j_i == JJIIDDNNNNTT((_d_p_3))
  20.      _i_i == IIIIQQNNNNTT((_q_p_3))
  21.      _j_i == JJIIQQNNNNTT((_q_p_3))
  22.      _k_i == KKIIQQNNNNTT((_q_p_3))
  23.  
  24. IIMMPPLLEEMMEENNTTAATTIIOONN
  25.      IRIX systems
  26.  
  27.      MIPSpro Fortran 77
  28.  
  29. DDEESSCCRRIIPPTTIIOONN
  30.      This man page describes Fortran 77 intrinsic functions that round to
  31.      the nearest integer.
  32.  
  33.      IINNIINNTT returns the nearest INTEGER*2 to its REAL*4 argument.  JJNNIINNTT
  34.      returns the nearest INTEGER*4 to its REAL*4 argument.
  35.  
  36.      IIIIDDNNNNTT returns the nearest INTEGER*2 to its REAL*8 argument.  JJIIDDNNNNTT
  37.      returns the nearest INTEGER*4 to its REAL*8 argument.  IIIIQQNNNNTT returns
  38.      the nearest INTEGER*2 to its REAL*16 argument.  JJIIQQNNNNTT returns the
  39.      nearest INTEGER*4 to its REAL*16 argument.  KKIIQQNNNNTT returns the nearest
  40.      INTEGER*8 to its REAL*16 argument.
  41.  
  42. NNOOTTEESS
  43.      As of the MIPS 7.3 release, the documentation for certain routines has
  44.      been moved to the following man pages:
  45.  
  46.      MMaann ppaaggee       IInnttrriinnssiicc ffuunnccttiioonnss
  47.  
  48.      AANNIINNTT(3I)      AANNIINNTT, DDNNIINNTT, QQNNIINNTT
  49.  
  50.      NNIINNTT(3I)       NNIINNTT, IIDDNNIINNTT, IIQQNNIINNTT
  51.  
  52.      The NNOOTTEESS section of this man page will be removed in a future
  53.      release.
  54.  
  55. SSEEEE AALLSSOO
  56.      This man page is available only online.
  57.